Skip to content

Add support for Python 3.14#318

Merged
hugovk merged 5 commits intopython:mainfrom
hugovk:add-3.14
Dec 15, 2025
Merged

Add support for Python 3.14#318
hugovk merged 5 commits intopython:mainfrom
hugovk:add-3.14

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Dec 9, 2025

We still need to support 3.12 because that's what on the downloads server, but there are now enough 3.14 wheels to start testing it.

@hugovk hugovk added the dependencies Pull requests that update a dependency file label Dec 9, 2025
@AA-Turner
Copy link
Copy Markdown
Member

Could we consider using pylock.toml here over the pip-compile txt files with many hashes?

A

@hugovk
Copy link
Copy Markdown
Member Author

hugovk commented Dec 9, 2025

I'd be fine using uv, but pip only supports writing pylock.toml and not yet reading.

pip support pypa/pip#13334 depends on pypa/pip#13369 for the first step, which depends on pypa/packaging#950 which depends on pypa/packaging.python.org#1971.

@pablogsal @Yhg1s Are you okay using uv here, or do you prefer to stick with pip?

@Yhg1s
Copy link
Copy Markdown
Member

Yhg1s commented Dec 9, 2025

Since we already have it in place, I think it'd be easier to stick with pip. (I don't currently have uv installed on my build system.) If there's a compelling reason to switch I'm fine with it, though.

@hugovk
Copy link
Copy Markdown
Member Author

hugovk commented Dec 9, 2025

Okay, let's stick with the current pip system and we can switch to pylock.toml when pip supports it or there's a better reason to use uv.

@webknjaz
Copy link
Copy Markdown
Member

FTR, I want to support pylock in pip-tools as well, eventually: jazzband/pip-tools#2124.

@hugovk hugovk merged commit 2aa5002 into python:main Dec 15, 2025
16 checks passed
@hugovk hugovk deleted the add-3.14 branch December 15, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants